func runtime/pprof.printCountCycleProfile

2 uses

	runtime/pprof (current package)
		pprof.go#L433: func printCountCycleProfile(w io.Writer, countName, cycleName string, records []profilerecord.BlockProfileRecord) error {
		pprof.go#L944: 		return printCountCycleProfile(w, "contentions", "delay", p)